.index-hotInfos {
    margin-bottom: 10px;
    background: #fff;
    border: none;
}

.index-activity-train,
.index-activity-hotInfo,
.index-info {
    overflow: hidden;
    margin: 0 9px;
    padding-bottom: 15px;
}

.index-column-title {
    position: relative;
    margin: 5px 0px 12px 0px;
    font-size: 18px;
    
    font-weight: 600;
    color: #000000;
}

.index-column-title .more{
    font-size: 14px;
    
    font-weight: 400;
    color: #5A5A5A;
    border: none;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.index-activity-train-first {
    position: relative;
    overflow: hidden;
    width: 270px;
    height: 163px;
    background: #EBEBEB;
    border-radius: 5px;
}

.index-activity-train-first a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.index-activity-train-first a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-title {
    margin: 10px 0px;
    font-size: 16px;
    
    font-weight: 300;
    color: #333333;
}
.index-title:hover span{
    color: #D61519;
}
.index-info-home-btn {
    display: inline-block;
    text-align: center;
    width: auto;
    position: absolute;
    height: 31px;
    bottom: 0px;
    right: 0;
}

.index-info-home-btn a {
    display: inline-block;
    width: 92px;
    height: 31px;
    line-height: 31px;
    background: linear-gradient(90deg, #FF4646 0%, #D8252C 100%);
    border-radius: 5px;
    font-size: 13px;
    
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
}

.index-info-home {
    display: inline-block;
    width: 100%;
    height: 32px;
    margin-top: 0;
    position: relative;
}

.index-price {
    font-size: 18px;
    
    font-weight: 600;
    color: #D61519;
}

.index-hotInfo-list {
    padding: 0 0px;
}

.index-hotInfo-list a {
    display: inline-block;
}

.index-hotInfo-list li .hotInfo-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100px;
    height: 60px;
    background: #EBEBEB;
    border-radius: 5px;
    margin: 0;
}

.index-hotInfo-list li:nth-child(-n+3) .hotInfo-txt {
    display: inline-block;
    margin-left: 6px;
    width: 160px;
    vertical-align: top;
    padding: 0;
}

.index-hotInfo-list li:nth-child(-n+3) .hotInfo-txt p {
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
}

.index-hotInfo-list li .hotInfo-txt {
    display: inline-block;
    margin-left: 6px;
    width: 240px;
    vertical-align: top;
    padding-left: 20px;
}

.index-hotInfo-list li .hotInfo-txt p {
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}

.index-hotInfo-list li:first-child .num {
    background: #D61519;
}

.index-hotInfo-list li .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #9C9C9C;
    padding: 0;
    z-index: 2;
}

.index-hotInfo-list li {
    position: relative;
    padding: 0px 0 15px 0;
    border-bottom: none;
    overflow: hidden;
    min-height: 40px;
}
.logclub_QR_code {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.logclub_QR_code>div {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.logclub_QR_code>p{
    text-align: center;
}

.right-container .img_fill{
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}